home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / CHIPCD_6_2000.iso / software / cad / inplot / _setup.1 / block delete.scr < prev    next >
Text File  |  1998-03-19  |  278b  |  22 lines

  1. (file:block delete.scr)
  2. (script to put block deletes)
  3. (in front of selected lines)
  4. (skips comments)
  5. #1=startsel
  6. #2=endsel
  7. #3=#1
  8. select #1
  9. :100
  10. iffind /, 300
  11. iffind (,300,1
  12. front /
  13.  
  14. :300
  15. forward
  16. #3=lineno
  17. if [#3>#2] ,200
  18. #3=[#3+1]
  19. jump 100
  20. :200
  21. select #1,#2
  22.